home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 130
/
Vol 130.iso
/
games
/
restaura.swf
/
scripts
/
DefineSprite_85
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-15
|
278 b
|
22 lines
if(_root.zadowolenie_szefa == 1)
{
tellTarget("../")
{
nextFrame();
}
}
if(_root.zadowolenie_szefa == -1)
{
tellTarget("../")
{
prevFrame();
}
}
if(_root.zadowolenie_szefa == 0)
{
tellTarget("../")
{
stop();
}
}